PDF Functions
PHP Manual

PDF_setdash

(PHP 4, PECL pdflib >= 1.0.0)

PDF_setdashSets dash pattern

Description

void pdf_setdash ( int $pdf document , double $white , double $black )

The PDF_setdash() function sets the dash pattern white white points and black black points. If both are 0 a solid line is set.


PDF Functions
PHP Manual